All Questions
106 questions
0votes
0answers
88views
getting undefined data when submitting HTML form
https://pasteboard.co/IVAyRyij.png I'm trying to send form data to PHP but I just get undefined as form data. Please help. My HTML: <div class="account-wall"> <img class="profile-img" ...
0votes
1answer
239views
AngularJS UI-Bootstrap Modal Dialog gets covered by main.html
How can I use bootstrap modal dialogs with AngularJS using ui-bootstrap with angular-ui-router? I am new to AngularJS and tried searching the documentation without luck. I have used this code but the ...
1vote
1answer
1kviews
Bindings are undefined when trying to open uib modal Instance
We are using angular version 1.5.10 and ui-router version 0.3.1. We are componentify our controller and services. When we are trying to open modal pop up using $uibModal.open method. It is opening ...
1vote
0answers
351views
Tagsinput not loading inside bootstrap modal
I can't able to load bootstrap tagsinput inside the bootstrap modal popup, however its working fine on the normal page. I am using this code inside a modal controller also i am using $modal.open to ...
1vote
1answer
75views
cascading style sheet doesn't work with angular Js
I am working with angularJs with angular-ui bootstrap framework, my problem I don't able to apply css rules to my web page. My index.html routes .state("home",{ url:"Home", views:{ ...
0votes
1answer
68views
Could not active the menu bar using Angular.js
I am facing an issue. I am unable active the right menu bar using Angular.js. I have some menu,sub-menu and sub-sub-menu but as per requirement I am unable to active those. I am explaining my code ...
6votes
1answer
7kviews
'IPromise<any>' is not assignable to type 'Promise<any>'
I'm building a confirm dialog for when the user changes tabs. The code works fine but tslint complains about a type mismatch. The controller looks like: export class MyController implements ng....
1vote
2answers
1kviews
Closing $uibModal On Exiting the $state
I am using ui-router for routing in my angularjs app and ui-bootstrap for UI.In my app on entering a state i am opening a uibmodal which basically returns a uibmodalinstance but when i change a state ...
1vote
1answer
301views
Migrating UI-Bootstrap modal to component based
I'm studying UI-Router and UI-Bootstrap modal and had problem. the cloned one from UI-Bootstrap tutorial works fine, but when migrating to the component based version I got the problem: it does not ...
0votes
0answers
45views
Angular Js Ui-routing
I currently working multiple Html page using Angular-Breadcrumbs and UI-Router.multiple html page with java script file is not excuting at the time using of angular routing .only html page is ...
0votes
0answers
58views
when I use ui.bootstrap, onEnter doesn't work
I built web app with angular1 and webpack2. I want to make modal popup with own state so I used ui.router and ui.bootstrap. But the problem is, onEnter method doesn't work. below is my app.js, ...
2votes
0answers
243views
How to open a modal dialog with angular ui router and keep the current view
I'm trying to follow this approach and everything seem to work, however it has a nasty side effect, since the ui-view under the dialog becomes blank. Is there a way to follow that approach and keep ...
1vote
2answers
1kviews
Angular tabs with UI-Router & UI-Bootstrap
I'm new to Angular and am trying to make a tabs control that will load a state for each tab (dynamically). My tabs code: <uib-tabset> <uib-tab index="$index + 1" ng-repeat="tab ...
0votes
0answers
185views
How to make a multi-step wizard for showing tables with ui-grid
The context I'm trying to make a simple form using angularjs to create some tables based on data in a database or data stored on S3. The flow of the form depends on whether the data comes from S3 or ...
1vote
1answer
63views
Angular bootstrap modal is resetting the child views
I am new to angular and have a situation where we have nested views and one of the view has link(s) to open a modal But the issue is that when the modal opens up one of the views in the background is ...